projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c45c219
d38e4d3
)
Auto merge of #3659 - nathanaeljones:master, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000
(18:20 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000
(18:20 +0000)
Fix #3658 .cargo/config prevents freshness (sort after HashMap)
The many vectors of BuildOutput are populated from a HashMap in cargo_compile... and later these vectors are hashed.
HashMaps are the bane of Cargo's existence.
But for now, we sort.
1
2
tests/build-script.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
tests/build-script.rs
Simple merge